func math/big.trace
22 uses
math/big (current package)
natmul.go#L233: trace("x ", &Int{abs: x})
natmul.go#L234: trace("y ", &Int{abs: y})
natmul.go#L235: trace("z ", &Int{abs: z})
natmul.go#L236: trace("zz", &Int{abs: zz})
natmul.go#L237: trace("x0", x0)
natmul.go#L238: trace("x1", x1)
natmul.go#L239: trace("y0", y0)
natmul.go#L240: trace("y1", y1)
natmul.go#L241: trace("tx", tx)
natmul.go#L242: trace("ty", ty)
natmul.go#L243: trace("z0", z0)
natmul.go#L244: trace("z1", z1)
natmul.go#L245: trace("z2", z2)
natmul.go#L321: trace("x ", &Int{abs: x})
natmul.go#L322: trace("z ", &Int{abs: z})
natmul.go#L323: trace("zz", &Int{abs: zz})
natmul.go#L324: trace("x0", x0)
natmul.go#L325: trace("x1", x1)
natmul.go#L326: trace("z0", z0)
natmul.go#L327: trace("z1", z1)
natmul.go#L328: trace("z2", z2)
natmul.go#L353: func trace(name string, x *Int) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |